home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / proff.zip / PROFFSYM.NEW < prev    next >
Text File  |  1988-02-13  |  4KB  |  327 lines

  1. ! proff symbols
  2. ! flag value of 1 indicate
  3. ! a runoff-supported symbol
  4. ! feb. 1984
  5. !
  6. ! reset the formatter
  7. !
  8. reset        RESET
  9. !
  10. ! bolding
  11. !
  12. bd        BD
  13. bold        *
  14. !disable_bolding        DBO        1
  15. disablebolding        DBO        1
  16. dbo            *        1
  17. db            *
  18. !enable_bolding        EBO        1
  19. enablebolding        EBO        1
  20. ebo            *        1
  21. eb            *
  22. !
  23. ! new page & paging modes
  24. !
  25. bp        BP
  26. page        *        1
  27. pg        *        1
  28. paging            PGI        1
  29. pa            *        1
  30. nopaging        NPA        1
  31. np            *
  32. !
  33. ! break
  34. !
  35. br        BR        1
  36. break        *        1
  37. !
  38. bs        BS
  39. !
  40. ! setup control character
  41. !
  42. cc        CC
  43. cchar        *
  44. !
  45. ! centering
  46. !
  47. ce        CE
  48. center        *
  49. !
  50. cu        CU
  51. !
  52. ! macro definitions
  53. !
  54. de        DE
  55. define        *
  56. !
  57. ! setup generic escape character
  58. !
  59. ec        EC
  60. echar        *
  61. !
  62. ! even footers and headers
  63. !
  64. ef        EF
  65. eh        EH
  66. !
  67. ! end macro definition
  68. !
  69. !en        EN
  70. !
  71. ! fill the lines
  72. !
  73. fi        FI
  74. f        *        1
  75. fill        *         1
  76. !
  77. ! general footers and headers
  78. !
  79. fo        FO
  80. footer        *
  81. he        HE
  82. header        *
  83. !
  84. ! indentation (permanent)
  85. !
  86. in        IN
  87. lm        *        1
  88. !left_margin    *        1
  89. leftmargin    *        1
  90. !
  91. ! justification
  92. !
  93. ju        JU
  94. j        *        1
  95. justify        *         1
  96. !
  97. ! line spacing
  98. !
  99. ls        LS
  100. spacing        *        1
  101. spc        *        1
  102. !
  103. ! margin spacing
  104. !
  105. m1        M1
  106. m2        M2
  107. m3        M3
  108. m4        M4
  109. !
  110. ! test for page
  111. !
  112. ne        NE
  113. need        *
  114. !test_page    *        1
  115. testpage    *        1
  116. tp        *        1
  117. !
  118. ! disable fill
  119. !
  120. nf        NF        1
  121. nofill        *
  122. !no_fill        *        1
  123. !
  124. ! disable justification
  125. !
  126. nj        NJ        1
  127. nojustify     *
  128. !no_justify    *        1
  129. !
  130. ! number registers
  131. !
  132. nr        NR
  133. !
  134. ! external output
  135. !
  136. ou        OU
  137. output        *
  138. oe        OE
  139. outend        *
  140. !
  141. ! odd footers and headers
  142. !
  143. of        OF
  144. oh        OH
  145. !
  146. ! page length
  147. !
  148. pl        PL
  149. ps        *        1
  150. !page_size    *        1
  151. pagesize    *        1
  152. !
  153. ! page offset
  154. !
  155. po        PO
  156. offset        *
  157. !
  158. ! right margin
  159. !
  160. rm        RM        1
  161. !right_margin    *        1
  162. rightmargin    *        1
  163. !
  164. ! external input (include)
  165. !
  166. so        SO
  167. source        *
  168. include        *
  169. require        *        1
  170. req        *        1
  171. !
  172. ! skip line (blank lines) according to spacing
  173. ! sp is not the same as runoff sp
  174. !
  175. sp        SP
  176. skip        *        1
  177. s        *         1
  178. !
  179. ! blank line
  180. !
  181. !blank        BL        1
  182. !b        *        1
  183. !
  184. ! space from top (or bottom)
  185. !
  186. st        ST
  187. skipto        *
  188. !
  189. ! temporary indent
  190. !
  191. ti        TI
  192. left        *        1
  193. !
  194. ! underline 
  195. !
  196. ul        UL
  197. underline     *
  198. !
  199. ! substitute (using reqular expresions)
  200. !
  201. !su        SU
  202. !subs        *
  203. !substitute    *
  204. !esu        ESU
  205. !enable_subs    *
  206. !dsu        DSU
  207. !disable_subs    *
  208. !
  209. ! save and restore of FSECT
  210. !
  211. sv        SAV
  212. save        *
  213. rs        RST
  214. restore        *
  215. !
  216. ! looping formatting for each variable
  217. !
  218. !for        FOR
  219. !foreach        *
  220. !enf        ENF
  221. !endfor        *
  222. !
  223. ! permanent symbol replacement
  224. !
  225. lx        LEX
  226. lex        LEX
  227. !
  228. ! ignore character
  229. !
  230. ig        IG
  231. ignore        IG
  232. !
  233. ! variable definition
  234. !
  235. vs        SET
  236. set        *
  237. vg        GET
  238. get        *
  239. !
  240. ! page numbering (roman or arabic)
  241. !
  242. pn        PN
  243. pagenumber    *
  244. !
  245. ! paragraphing
  246. !
  247. ap            AP        1
  248. autoparagraph        *        1
  249. na            *
  250. nap            NAP             1
  251. !no_autoparagraph    *               1
  252. noautoparagraph        *        1
  253. !paragraph        PAR        1
  254. !p            *        1
  255. !set_paragraph        SPR        1
  256. !setparagraph        *        1
  257. !spr            *        1    
  258. !
  259. !
  260. !comment            COM        1
  261. !
  262. ! same as pagenumber
  263. !
  264. !display_number        DNM        1
  265. !dnm            *        1
  266. !
  267. ! entry into an index listing
  268. !
  269. !entry            ENT        1
  270. !y            *        1
  271. !
  272. ! entry into contents table
  273. !
  274. cl            CL
  275. contline        *
  276. pc            PC
  277. printcont        *
  278. !
  279. ! conditional formatting
  280. !
  281. !if            CIF        1
  282. !else            CELSE        1
  283. !endif            CENDIF        1
  284. !ifnot            CIFNOT        1
  285. !
  286. ! list generation
  287. !
  288. !list            LST        1
  289. !end_list        ELS        1
  290. !endlist            ELS        1
  291. !els            *        1
  292. !list_element        LEM        1
  293. !listelement        LEM        1
  294. !le            *        1
  295. !
  296. ! literal mode (nf-nj-lm0-rm150)
  297. !
  298. literal            LTR        1
  299. lt            *        1
  300. !end_literal        ELT        1
  301. endliteral        ELT        1
  302. el            *        1
  303. !
  304. ! overstrike control
  305. !
  306. !enable_overstriking    EOV        1
  307. !eov            *        1
  308. !disable_overstriking    DOV        1
  309. !dov            *        1
  310. !
  311. ! repeat a string
  312. !
  313. !repeat            REP        1
  314. !rpt            *        1
  315. !
  316. ! flush right margin
  317. !
  318. !right            RIG        1
  319. !r            *        1
  320. !
  321. ! write out a special string
  322. !
  323. wr            WR
  324. write            *
  325. !
  326. ! end of definitions
  327.